write in code

[网络] 写代码

网络



双语例句

  1. If you can't remember your number, write it in code in a diary.
    如果记不住自己的号码,可以用代码记在日记簿里。
  2. You can also optionally write code to sort the columns on plug-in ID like in the sample code.
    我们也可以编写一些代码根据插件ID列进行排序,就像是我们的样例代码一样。
  3. The fourth recommendation was to write as much of the page setup code in your jQuery code as possible.
    第四个概念是,尽可能多地用jQuery代码编写页面设置代码。
  4. We write our code in such a way that some other piece of code is responsible for selecting which implementation of the Math interface our code will use
    我们以特定的方式编写另一段代码,使其负责选择代码将要使用的Math接口实现
  5. You can write Java code in the morning, PHP code in the early afternoon, and updates to a Web site with XM in late afternoon.
    您可以在早上编写Java代码,在下午早些时候编写PHP代码,然后在下午晚些时候用XM对网站进行更新。
  6. I'm going to write the examples in functional code to keep them as brief as possible.
    下面我要用函数性代码编写这两个示例以使其尽可能地简单。
  7. The easiest way to find out is to write a small set of JUnit tests in Java code rather than in Scala, so let's do that.
    最简单的方法是用Java代码而不是Scala编写一组小型的JUnit测试,所以接下来我们就这样做。
  8. Just as there are no rules that tell you exactly what comments to write in your code, there is no universal list of the "right" attributes.
    正如没有哪条规则告诉你代码里的注释一定要怎么写才正确,也不存在“正确”属性的一个普适的列表。
  9. When you write your test cases first, you get in the habit of writing only enough code to make the test case pass.
    在编写测试用例时,您养成了很好的测试习惯,即只编写运行测试用例所需的最少代码。
  10. You can write a simple script in any other language that returns a similar response to test the JavaScript code.
    您可以以其他任何语言编写一个简单的脚本,返回一个类似的响应来测试JavaScript代码。
  11. Developers write their business logic in EGL source code using the powerful development facilities of Rational Business Developer Extension ( RBDe).
    开发人员利用RationalBusinessDeveloperExtension(RBDe)的强大的开发工具在EGL源代码中写出他们的商业逻辑。
  12. The goal is to write a FindBugs detector that will find all the places in the code that are making calls to the logging framework without being wrapped in a guard clause.
    目标是编写一个FindBugs检测器,它将找出代码中调用日志框架而未被包装在监护子句中的所有地方。
  13. No need for Win32 or Cocoa here: Just write your extension in portable JavaScript code.
    这里完全不需要Win32或Cocoa:只要使用可移植JavaScript代码编写您的扩展即可。
  14. Some of the frameworks I've seen on the market allow developers to write their code in the back-end language, and the framework creates the front-end JavaScript code.
    我在市场上看到的一些框架允许开发人员用后端语言编写代码,然后由框架创建前端JavaScript代码。
  15. Code analyzers, refactoring tools and automated refactorings, formatters and more, are difficult, if not impossible, to write in Ruby, because there is no way to parse Ruby source with Ruby code.
    用Ruby写代码分析、重构工具和自动重构、格式程序等等甚至更多的工具并非不可能,但是很困难,因为还没有用Ruby代码分析Ruby源码的先例。
  16. It would, however, be very tedious and difficult to write all information in binary code.
    把所有的信息都翻译成二进制码是十分枯燥和困难的。
  17. Geddy tries to make it easy for developers to write complex web apps in JavaScript, sharing code between client and server.
    Geddy想让开发人员很容易地用JavaScript编写复杂的Web应用、在客户端和服务器之间共享代码。
  18. You cannot edit the protected parts of the document, but you can still write code in the code editor to automate the document.
    您无法编辑文档中受保护的部分,但仍可以在代码编辑器中编写代码以自动执行文档。
  19. As with natural language, it is possible to write "sentences" in computer code that, although different in composition, convey the same meaning.
    因为用自然语言,它可以编写计算机代码里的“句子”,虽然组分不同,但转达了相同的含义。
  20. As you write custom XML documents into entries in the audit log, you also must provide the complementary code that reads these audit entries and interprets the data within these XML documents.
    当我们在实体的审计日志中写入自定义的XML文档时,必然决定我们还需要补充一部份代码,用于阅读这些审计实体并解释出其中XML文档部分的数据。
  21. This is the tool that lets you write step definitions in C# and forget all about ruby code.
    这是一款用C编写的步骤定义工具,可以免除Ruby代码的麻烦。
  22. To write ( a message, for example) in code or cipher.
    译成密码用电码或密码书写(如,信息)
  23. So really, the rule of thumb if you think back to Scratch is that any time you write a statement something that does something in one line of code you generally need the semicolon there.
    实际上,根据经验,你们回忆一下在Scratch中,任何时候你们写一条语句-,处理一些操作的一行代码-,你们通常需要在那里加个分号。
  24. There are lots of systems that follow this pattern, where you write some modules/ components in source code then describe how they are connected using an external config file.
    许多系统都遵循这种模式,在这些系统中,你编写一些模块/组件,然后通过一个外部配置文件定义他们之间的连接。
  25. I'm sure you have been told a number of times that you should write comments in your code.
    毫无疑问,你已经千百次地被告知,在编写代码时一定要添加注释。
  26. Write your application in as little code as possible and get the container to do the work.
    以尽可能少的代码编写您的应用程序,并且使容器来完成此项工作。
  27. I may want to write my code in UTF-8, but some Japanese programmer may want to write his code in Shift JIS.
    我也许希望我的代码是UTF-8的,但是一些日本程序员希望它们的代码是ShiftJIS。
  28. You want to write the specs so that everybody does in fact know what this piece of code is doing, and you're writing it each time around.
    但是你得养成良好的习惯和编程风格,你得撰写规范说明从而保证,每个人都知道这段代码是干什么的。